github.com/google/go-cmp/cmp.transformer.name (field)
6 uses
github.com/google/go-cmp/cmp (current package)
options.go#L290: tr := &transformer{name: name, fnc: reflect.ValueOf(f)}
options.go#L299: name string
options.go#L329: return fmt.Sprintf("Transformer(%s, %s)", tr.name, function.NameOf(tr.fnc))
path.go#L141: ssPre = append(ssPre, s.trans.name+"(")
path.go#L298: func (tf Transform) String() string { return fmt.Sprintf("%s()", tf.trans.name) }
path.go#L301: func (tf Transform) Name() string { return tf.trans.name }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)